-
-
Notifications
You must be signed in to change notification settings - Fork 46
feature: Supabase skills #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Rodriguespn
wants to merge
15
commits into
main
Choose a base branch
from
feature/supabase-skill
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+2,750
−38
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c9a10b7 to
6356065
Compare
9cab06c to
803e968
Compare
samrose
approved these changes
Jan 27, 2026
803e968 to
f856e34
Compare
The CLAUDE.md symlink causes installation errors when using `npx skills add` as it tries to copy AGENTS.md to itself. - Remove createClaudeSymlink function from build.ts - Remove claudeSymlink from SkillPaths interface - Remove CLAUDE.md references from AGENTS.md structure documentation - Delete existing CLAUDE.md symlink from skills directory Co-Authored-By: Claude Opus 4.5 <[email protected]>
Co-Authored-By: Claude Opus 4.5 <[email protected]>
* feat: supabase db references * refactor: move database references to db subdirectory Move all database reference files to references/db/ to organize by product area and take advantage of the new subdirectory support in the build system. Co-Authored-By: Claude Opus 4.5 <[email protected]> --------- Co-authored-by: Claude Opus 4.5 <[email protected]>
The build system now correctly preserves subdirectory paths when generating the Available References section. For example, files in references/db/ are now listed as references/db/file.md instead of just references/file.md. Co-Authored-By: Claude Opus 4.5 <[email protected]>
Co-Authored-By: Claude Opus 4.5 <[email protected]>
4cdb582 to
7a861d9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce?
Introduces the foundational structure for the
supabaseagent skill - a comprehensive guide for AI agents working with Supabase products.What is the current behavior?
There is no skill available to guide AI agents on how to properly use Supabase products.
What is the new behavior?
This PR adds the
supabaseskill scaffolding that will serve as a comprehensive guide covering Supabase core products: Auth, Database, Storage, Edge Functions, Realtime, CLI, supabase-js SDK, and MCP server.Files Added
SKILL.mdAGENTS.mdnpm run build.GETTING_STARTED.mdreferences/_template.mdThese files files were revised by Opus 4.5 with the Anthropic skill-creator skill
How to Contribute
To add content for your product, follow the instructions in
GETTING_STARTED.md.Quick summary:
feature/supabase-skillreferences/_template.mdtoreferences/{your-product}.mdSKILL.mdnpm run validate && npm run build && npm run checkfeature/supabase-skill